ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / PagesCollection<T> Class / RemoveAt Method
The zero-based index of the item to remove.

In This Topic
    RemoveAt Method (PagesCollection<T>)
    In This Topic
    Removes the System.Collections.IList item at the specified index.
    Syntax
    'Declaration
     
    Public Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    public void RemoveAt( 
       int index
    )

    Parameters

    index
    The zero-based index of the item to remove.
    See Also